This test has a word that wouldn't fit in the room we have with
a window width of 100, and then we get clipped in the one case
but not the other. Make the window a little wider, so it fits.
<object class="GtkWindow" id="window">
<property name="can_focus">False</property>
<property name="type">popup</property>
- <property name="default_width">100</property>
+ <property name="default_width">106</property>
+ <property name="resizable">0</property>
<child>
<object class="GtkTextView" id="textview1">
<property name="visible">True</property>
<object class="GtkWindow" id="window">
<property name="can_focus">False</property>
<property name="type">popup</property>
- <property name="default_width">100</property>
+ <property name="default_width">106</property>
+ <property name="resizable">0</property>
<child>
<object class="GtkTextView" id="textview1">
<property name="visible">True</property>